bitkeeper revision 1.1159.1.72 (41223f3egz-uPL4ZrxG7i6Sb-bbFIQ)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Tue, 17 Aug 2004 17:24:14 +0000 (17:24 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Tue, 17 Aug 2004 17:24:14 +0000 (17:24 +0000)
Cset exclude: mjw@wray-m-3.hpl.hp.com|ChangeSet|20040816093303|30270

tools/python/xen/xm/main.py
tools/python/xen/xm/migrate.py

index 6bf7f83d832b8a7d999b5a6e648017df2f1e5604..5ba20095e5a78109cbf593958e3300a50bb30778 100644 (file)
@@ -302,10 +302,10 @@ class ProgMigrate(Prog):
     info = """Migrate a domain to another machine."""
 
     def help(self, args):
-        migrate.help([self.name] + args)
+        migrate.help(args)
     
     def main(self, args):
-        migrate.main([self.name] + args)
+        migrate.main(args)
 
 xm.prog(ProgMigrate)
 
index 3b446f0bf0e6e1935184d61517179797024a56d2..2ad18946b0eadff5a734443de315d98e97d7e9dc 100644 (file)
@@ -23,7 +23,6 @@ gopts.opt('help', short='h',
          use="Print this help.")
 
 def help(argv):
-    gopts.argv = argv
     gopts.usage()
     
 def main(argv):